home *** CD-ROM | disk | FTP | other *** search
- object BaudForm: TBaudForm
- Left = 398
- Top = 292
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Link Rate Information'
- ClientHeight = 133
- ClientWidth = 414
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object OKBtn: TBitBtn
- Left = 40
- Top = 94
- Width = 77
- Height = 27
- TabOrder = 1
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 168
- Top = 94
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 296
- Top = 94
- Width = 77
- Height = 27
- Enabled = False
- TabOrder = 3
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 5
- Width = 395
- Height = 75
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 20
- Width = 129
- Height = 16
- AutoSize = False
- Caption = 'Default &BPS Rate'
- FocusControl = BPSEdit
- end
- object BPSEdit: TEdit
- Left = 10
- Top = 39
- Width = 129
- Height = 24
- MaxLength = 5
- TabOrder = 0
- end
- object LockDTECheck: TCheckBox
- Left = 207
- Top = 42
- Width = 149
- Height = 21
- Caption = '&Lock DTE Rate'
- TabOrder = 1
- end
- end
- end
-